Helpful Information
 
 
Category: Wordpress
WORDPRESS => Menus Trouble

Hello All,

I am having a massive issue with a menu...

I want to remove the div container from the nav menu created by:


wp_nav_menu( array( 'theme_location' => 'primary', 'container' => '' ) );
// 'container' => '' should remove the container (based in header.php)

and the menu is registered by:


register_nav_menus( array(
'primary' => __( 'Primary Menu', 'makin' ),
) ); (based in functions.php)

with the theme folder named makin and the theme named makin.

Anyone got any ideas?:confused:










privacy (GDPR)